* {
	padding: 0;
	margin: 0;
}

ol,
ul {
	list-style: none;
}

body {
	font-size: 14px;
	font-family: 'SourceHanSansCN-Light', 'microsoft yahei', 'PingFangSC-Light', 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', simsun, sans-serif;
	;
}

img {
	vertical-align: top;
	border: none;
}

body,
html {
	
}

select,
input {
	vertical-align: top;
	font-family: "微软雅黑"!important;
}

label {
	font-family: "微软雅黑"!important;
}
pre{
	font-family: 'SourceHanSansCN-Light', 'microsoft yahei', 'PingFangSC-Light', 'helvetica neue', 'hiragino sans gb', arial, 'microsoft yahei ui', simsun, sans-serif;
	;
	
}

.clear {
	display: block !important;
	clear: both !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.pointer {
	cursor: pointer;
}

#maskTitle {
	height: 1px!important;
	border: none!important;
	line-height: 0!important;
	background-image: none!important;
	background-color: #0087FB!important;
}

#popWinClose {
	background-image: url(../img/public/guanbi.png)!important;
	width: 33px!important;
	height: 33px!important;
	right: 27px!important;
	top: 27px!important;
}

.y_fixedbtn {
	position: fixed;
	display: block;
	right: 2px;
	top: 38%;
	text-align: center;
	line-height: 44px;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	background-color: #02adf2;
	cursor: pointer;
	width: 146px;
	height: 50px;
	line-height: 50px;
}

.y_fixedbtn img {
	width: 100%;
	height: 100%;
}

@media screen and (max-height:760px) {
	.y_fixedbtn {
		top: 34%;
	}
}

@media screen and (max-height:500px) {
	.y_fixedbtn {
		top: 30%;
	}
}

.contentBox {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	height: auto;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis2 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis3 {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*y*/

html {
	font-size: 14px;
}

img {
	vertical-align: middle;
}

.yindex_outbox {
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
}

input {
	outline: none;
}



/*分页器*/

.y_fanyeqi {
	font-size: 0;
}

.y_fenyespan {
	padding: 5px 12px;
	border: 1px solid #000;
	font-size: 14px;
	margin-right: 12px;
	cursor: pointer;
	display: inline-block;
}

.y_fenyinput {
	width: 25px;
	padding: 5px 5px;
	margin-right: 12px;
	border: 1px solid #000;
	font-size: 14px;
	text-align: center;
}

.y_fenyeact {
	background-color: #000;
	color: #fff;
}

.y_jump {
	font-size: 14px;
	border: 1px solid #000;
	padding: 5px 12px;
	cursor: pointer;
	margin-right: 12px;
}

.y_allyema {
	padding: 5px 12px;
	font-size: 14px;
}

.y_addred {
	color: red;
}